home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 209 / 209.d81 / t.godot intro < prev    next >
Text File  |  2022-08-26  |  2KB  |  82 lines

  1. u
  2.         GODOT: AN INTRODUCTION
  3.  
  4.            by Dave Moorman
  5.  
  6.  
  7.     GoDot is a C-64 graphics converter
  8. and processor created by Arndt Dettke.
  9. This is [not] where you would draw a
  10. bitmap graphics screen. But once you
  11. have a file, GoDot is just the thing
  12. to change its format and perform some
  13. amazing special effects.
  14.  
  15.     The program uses a unique 4-bit
  16. format; each of the 320 x 200 pixels
  17. is assigned its own color from the 16
  18. available on a C-64. The image is
  19. rendered on the VIC II screen in
  20. either Hi-Res or Multi-Color mode. But
  21. the data, still in GoDot format, can
  22. be transfered to any of over 20
  23. graphics formats, including IFLI and
  24. PCX (MS-DOS).
  25.  
  26.     Arndt has also rearranged the
  27. color palette so that the intensity of
  28. the colors is a smooth progression
  29. from black to white. This allows GoDot
  30. to produce 16 step gray-scale print
  31. outs, and to perform some real magic
  32. with the picture.
  33.  
  34.     For example, I took the JPEG photo
  35. of Sheri and myself and resized it to
  36. exactly 320 x 200 pixels using Adobe
  37. Photo Delux. I saved the result as a
  38. GIF file, then moved the GIF to a D64
  39. disk image where GoDot could get at
  40. it.
  41.  
  42.     To load a GIF, I had to first load
  43. a Module (Decode GIF) and a Loader
  44. (GIF) into GoDot. The module concept
  45. allows GoDot to have dozens of
  46. Loaders, Savers, and Effects Modules
  47. within the confines of 64K.
  48.  
  49.     The converted GIF on the C-64
  50. Multi-Color screen used some
  51. unpleasant purple hues for skin tones.
  52. However, I was able to use the Balance
  53. and Contrast controls to nudge the
  54. colors into about the right
  55. combination. I saved the result as a
  56. LOADSTAR SHP file.
  57.  
  58.     The faces still had a few flecks
  59. of light green on them, so I used STB
  60. PRINT to convert the SHP to Advanced
  61. OCP. With OCP, I could change the
  62. light green pixels to light red, and
  63. do some touch-up work on the hair and
  64. such.
  65.  
  66.     In about an hour, I had a
  67. respectable C-64 portrait. Just press
  68. R to Run the graphic presenter and
  69. take a look at my minor masterpiece.
  70.  
  71.     VICE has a great "screen shot"
  72. feature which captures the current
  73. screen image as a BMP file. Again, I
  74. can use Photo Delux to make sure it is
  75. 320 x 200 pixels, then save it as a
  76. GIF (for Multi-Color) or a PCX (for
  77. Hi-Res). Then GoDot brings it all back
  78. to the C-64. What a terrific utility!
  79.  
  80.  DMM
  81.  
  82.  
  83.